home *** CD-ROM | disk | FTP | other *** search
/ IL-2 Sturmovik (2001) Dig…Preview and Review disks / Demo disk.iso / data1.cab / Files / lib / rt.jar / sun / rmi / rmid / resources / rmid_it.properties < prev    next >
Encoding:
Text File  |  1979-12-31  |  2.2 KB  |  60 lines

  1. #
  2. # @(#)rmid_it.properties    1.5 01/04/21
  3. #
  4. #  Copyright 1998-2001 by Sun Microsystems, Inc.,
  5. # 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
  6. # All rights reserved.
  7. #
  8. # This software is the confidential and proprietary information
  9. # of Sun Microsystems, Inc. ("Confidential Information").  You
  10. # shall not disclose such Confidential Information and shall use
  11. # it only in accordance with the terms of the license agreement
  12. # you entered into with Sun.
  13. #
  14.  
  15. # "port" here refers to a TCP port for the server to listen on.
  16. rmid.syntax.port.badnumber=\
  17.     porta non \u00e8 un numero
  18.  
  19. # "-port" should not be translated, because it's part of command syntax.
  20. rmid.syntax.port.missing=\
  21.     l'opzione -port richiede un argomento
  22.  
  23. # "-log" should not be translated, because it's part of command syntax.
  24. rmid.syntax.log.missing=\
  25.     L'opzione -log richiede un argomento
  26.  
  27. # {0} = the (string) illegal argument in question
  28. rmid.syntax.illegal.option=\
  29.     opzione illegale: {0}
  30.  
  31. # {0} = the (string) reason text that came with a thrown exception
  32. # "Activation.main" should not be translated, because it's a codepoint
  33. rmid.unexpected.exception=\
  34.     Activation.main: si \u00e8 verificata un'eccezione: {0}
  35.  
  36. # "java.home" should not be translated, because it's a property name
  37. # "ActivatorImpl" should not be translated, because it's a codepoint
  38. rmid.unfound.java.home.property=\
  39.     ActivatorImpl: impossibile individuare java.home
  40.  
  41. # "Activation.main" should not be translated, because it's a codepoint
  42. rmid.exec.policy.invalid=\
  43.     Activation.main: classe di policy eseguibile non valida
  44.  
  45. # "rmid", "-port", "-log", "-stop", "-C" and "-J" should not be translated,
  46. # because they are syntax
  47. rmid.usage=Utilizzo: {0} <opzioni>\
  48. \n\
  49. \ndove <opzioni> include i valori:\
  50. \n  -port <porta>        Specifica la porta usata da rmid\
  51. \n  -log <directory>    Specifica la directory in cui rmid scrive il log\
  52. \n  -stop               Interrompe la chiamata corrente a rmid (per la porta specificata)\
  53. \n  -C<flag di runtime>    Passa l'argomento a ogni processo child (gruppo di attivazione)\
  54. \n  -J<flag di runtime>    Passa l'argomento all'interprete java\
  55.  
  56. # This means "The currently running activation daemon has been shut down,
  57. # and is about to exit".
  58. rmid.daemon.shutdown=\
  59.     daemon di attivazione terminato
  60.